IBM Books

Software User's Guide Version 3.3


Using the V.25bis Network Interface

The V.25bis interface allows routers to establish serial connections over switched telephone lines using V.25bis modems. This chapter describes how to use the V.25bis interface. It includes the following sections:

Note:You can assign a destination name to a connection list and assign a destination number to each line in the list. When that destination name is called, the numbers in the list are tried one by one until a connection is made or the list is exhausted.

Before You Begin

Before you configure V.25bis on the router, make sure you have the following:


Configuration Procedures

This section describes how to configure your router for V.25bis. The tasks you need to perform are:

  1. Adding V.25bis addresses

  2. Configuring V.25bis parameters

  3. Adding dial circuits

  4. Configuring dial circuits
Note:You must restart the router for changes to the V.25bis configuration to take effect.

Adding V.25bis Addresses

You need to add a V.25bis address for each local V.25bis interface as well as for each destination. The V.25bis address includes:

To add a V.25bis address, enter the add v25-bis-address command at the Config> prompt. For example:

     Config>add v25-bis-address
     Assign address name [1-23] chars []? remote-site-baltimore
     Assign network dial address [1-30 digits][]? 19095551234

Configuring the V.25bis Interface

This section explains how to configure the V.25bis interface. To configure, do the following:

  1. To set up a serial line interface for V.25bis, set the data-link protocol for the serial line interface. From the Config> prompt, use the set data-link v25bis command. For example:
        Config>set data-link v25bis
        Interface Number [0]? 2
    

  2. Display the V.25bis Config> prompt by entering the network command followed by the number of the interface. For example:
         Config>network 2
         V.25bis Data Link Configuration
         V25bis Config>
    

    You can use the list devices command at the Config> prompt to display a list of interface numbers configured on the router.

  3. Use the set local-address command to specify the network address name of the local port. You must enter one of the address names you defined using the add v25bis-address command. For example:
         V25bis Config>set local-address
         Local network address name  []? remote-site-baltimore
    
Note:You must restart the router for configuration changes to take effect.

Optional V.25bis Parameters

The following are optional V.25bis parameters you can set. For a complete description of these commands, see V.25bis Configuration Commands.

Adding Dial Circuits

Dial circuits are mapped to V.25bis serial line interfaces. You can map multiple dial circuits to one serial line interface.

To add a dial circuit, use the add device dial-circuit command from the Config> prompt. The software assigns an interface number to each circuit. You will use this number to configure the dial circuit.

Example:
Config>add device dial-circuit
Adding device as interface 6
Note:Dial circuits default to the Point-to-Point protocol (PPP). You can also set the dial circuit to use Frame Relay (FR) or SDLC.

Configuring Dial Circuits

This section describes how to configure a dial circuit. For a complete description of the dial circuit commands, see Configuring and Monitoring Dial Circuits.
Note:If the encapsulator type is SDLC, the only dial circuit parameter that you can set is the base net number.
To configure the dial circuit, do the following:

  1. Display the Circuit Config> prompt by entering the network command followed by the interface number of the dial circuit. You can use the list devices command at the Config> prompt to display a list of the dial circuits that you added. For example:
         Config>network 6
         Circuit configuration
         Circuit Config>
    

  2. Map the dial circuit to a V.25bis interface. The Base net is the V.25bis interface number. For example:
         Circuit Config>set net
         Base net for this circuit [0]?  0
    

  3. Specify the address name of the remote router to which the dial circuit will connect. You must use one of the names you defined using the add v25-bis-address command. For example:
        Circuit Config>set destination
        Assign destination address name []? newyork
    

  4. Configure the dial circuit to initiate outbound calls only, accept inbound calls only, or both initiate and accept calls.

    Use the set calls command. To avoid a conflict if both ends of the link attempt to establish a call at the same time, configure the dial circuit at one end of the link to accept inbound calls only, and configure the dial circuit at the other end of the link to initiate outbound calls only. For example:

        Circuit Config>set calls outbound
        Circuit Config>set calls inbound
    
    Note:For WAN Restoral operations or another dial-on-demand application, you should set up the circuit for either inbound or outbound calls.

  5. Specify the timeout period for the circuit.

    Use the set idle command. If there is no traffic over the circuit for this specified time period, the dial circuit hangs up. To configure the circuit as a dedicated circuit, set the idle timer to zero. To configure the circuit to dial on demand, set the idle timer to a value other than zero. The range is 0 to 65535 and the default is 60 seconds. For example:

        Circuit Config>set idle
        Idle timer (seconds, 0 means always active) [60]? 0
    
    Note:For WAN Restoral or WAN Reroute operations you must set the idle time to 0.

  6. Optionally, you can delay the time between when a call is established and the initial packet is sent.

    Use the set selftest-delay command. Setting a selftest delay can prevent initial packets from being dropped. If your modems take extra time to synchronize, adjust this delay. For example:

        Circuit Config>set selftest-delay
        Selftest delay(milli-seconds,0 means no delay)[150]?200
    

  7. Set the inbound address name.

    Use the set inbound command. You need to use this command only if you set up the circuit for both inbound and outbound calls and if the router's destination address is different from the destination address that the remote router dials. For example, the numbers would be different if one of the routers must go through a PBX, international, or inter-LATA exchange. For example:

        Circuit Config>set inbound
        Assign destination inbound address name []? newyork
    

    The inbound address name must match one of the names that you defined using the add v25-bis-address command.

  8. Set the duplexing mode for the circuit using the set duplex command.

  9. Set the encoding mode for the circuit using the set encoding command.

  10. Optionally, you can enter the configuration process for the data-link layer protocol that is running on the dial circuit (PPP or Frame Relay). Use the encapsulator command. For example:
    Circuit Config>encapsulator
    


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]